@import url(style.css);
@import url(media.css);

/* Global */
.section-content {
  padding: 4rem 0;
  ;
}

/* nav */
#nav a:hover {
  font-weight: bold;
  /* font-size: large; */
  color: #000;
}

/* .navbar a.active {
  color:#aec286;
  font-weight: bold;
  font-size: large;
} */

.navbar a.nav-link.active{
  color: #1a5bb1;
  font-weight: bold;
  font-size: large;
}

.navbar  a.dropdown-item.active{
  background-color: #aec286;
  color:white;
  font-weight: bold;
}


/* Top section */
#top {
  background-image: url('../images/background_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  padding-top: 80px;
}

#top .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

#top .divider {
  width: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #fff;
}

#top .welcome {
  padding-right: 8rem;
  color: #fff;
}

#top .main-card {
  padding:10px; 
  background-color:rgba(0, 0, 0, 0.55);
}

#top .main-card:hover { 
  background-color: rgb(65, 63, 63);
  font-weight: bold;
  opacity: 0.9;
  font-size: large;
}



@media screen and (max-width: 767px) {
  #top .welcome {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #top .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main_video {
  width: 530px;
  margin: auto;
}

#top .main_video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}




/* @media screen and (min-height: 600px) {
  #top .main_video {
    padding-left: 1rem;
    padding-right: 1rem;
  }
} */

/* @media screen and (min-width: 280px), (max-width: 319px),(orientation: portrait) {
  
} */

#intro .intro-first-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12rem;
}

#intro .col-6:nth-of-type(1) .intro-first-card {
  background-image: url('../images/lake.jpg');
}

#intro .col-6:nth-of-type(2) .intro-first-card {
  background-image: url('../images/lake_1.jpg');
}

#intro .col-6:nth-of-type(3) .intro-first-card {
  background-image: url('../images/landscape.jpg');
}

#intro .col-6:nth-of-type(4) .intro-first-card {
  background-image: url('../images/mountains.jpg');
}

#intro .intro-first-card .overlay {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


#intro .intro-first-card .overlay a {
  transition: hover 0.4s ease;
  color: #fff;
}


#intro .intro-first-card .overlay a:hover {
  color: orange;
}

#services {
  background-color: rgba(96, 125, 139, 0.1);
}

#services .divider {
  width: 10%;
  margin: 2rem auto;
  border-top: 0.5rem solid rgb(255, 112, 3);
}

#services .services-col .card {
  transition: 0.4s ease;
}

#services .services-col .card:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#services .services-col img {
  height: 13rem;
  object-fit: cover;
  object-position: center;
}

#slogan {
  background-image: url('../images/website-g1da184083_1920.jpg');
  background-position: center;
  background-size: cover;
  height: 70vh;
}

#slogan .slogan-card {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  transition: all 0.4s ease;
}

#slogan .slogan-card:hover {
  background-color: #fff;
}

#features .divider {
  width: 10%;
  margin: 2rem auto;
  border-top: 0.5rem solid rgb(16, 35, 121);
}


/* #features .card-body{
  height: 200px;
}

#features .card-title {
  font-size: large;
  height: 50px;
  margin-top: 5px;
}

#features .card-title a {
  color: #000;
}

#features .card-title a:hover {
  color: rgba(0, 0, 0, 0.4);
}

#features .card-text {
  font-size: small;
} */


#features a {
  color: #000;
}

#features a:hover {
  color: rgba(0, 0, 0, 0.7);
}


#gallery {
  background-color: rgba(96, 125, 139, 0.35);
}

#gallery .divider {
  width: 10%;
  margin: 2rem auto;
  border-top: 0.5rem solid rgb(65, 63, 63);
}

#gallery .gallery-item .card, 
#features .gallery-item .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12rem;
  transition: 0.3s ease-in-out;
}

#gallery a:hover,
#features a:hover {
  font-weight: bold;
  font-size: large;
}

#gallery .gallery-item .card:hover,
#features .gallery-item .card:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#gallery .card .overlay,
#features .card .overlay {
  background-color: rgba(96, 125, 139, 0.3);
  opacity: 0;
  padding: 1.5rem;
  border-radius: 0.25rem;
  transition: all 0.4s ease-in-out;
}

#gallery .card .overlay:hover,
#features .card .overlay:hover {
  opacity: 1;
  color: #fff;
}

.app-body .gallery-item:nth-of-type(1) .card {
  background-image: url('../images/analysis.png');
}

.app-body .gallery-item:nth-of-type(2) .card {
  background-image: url('../images/tableau.png');
}

.app-body .gallery-item:nth-of-type(3) .card {
  background-image: url('../images/app.png');
}

/* #gallery .gallery-item:nth-of-type(4) .card { */
/*   background-image: url('../images/photo_4.jpg'); */
/* } */

/* #gallery .gallery-item:nth-of-type(5) .card { */
/*   background-image: url('../images/photo_5.jpg'); */
/* } */

/* #gallery .gallery-item:nth-of-type(6) .card { */
/*   background-image: url('../images/photo_6.jpg'); */
/* } */

.modal-body>img {
  width: 100%;
}


#cta {
  background-image: url('../images/contact_space.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  /* position: relative; */
}

#cta .section-content {
  background-color: rgba(96, 125, 139, 0.3);
  /* height: 100%;
  width: 100%; */
  top: 0;
  left: 0;
}

#find-us {
  position: relative;
}

#find-us .find-us {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  padding: 1.5rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s ease-in;
}

#find-us .find-us:hover {
  background-color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/* 상단 메뉴바 */
#top_menu {
  /* position: sticky;
  top: 79px; */
  background-color: #F8F9FA;
  /* z-index: 9999; */
  /* box-shadow: inset; */
  /* font-weight: bolder; */
}

#top_menu a {
  color: gray;
  font-weight: bold;
}


/* 메인 내용 */
#main_content, .content2 {
  min-height: calc(100vh - 470px);
}

#main_content_no_menu, .content2_no_menu {
  min-height: calc(100vh - 450px);
}

#main_content .divider {
  width: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #000;
}

/* #main_content .information_table {
  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
} */

#main_content .tableTab1 {
  text-align: center;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d2d2d2;
  border-top: #1a5bb1;
}

#main_content9 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#main_content9 .container {
  padding: 3rem;
}

#main_content9 h1 {
  font-size: 3rem;
  padding: 2rem;
  text-align: center;
}

#main_content9 .image {
  display: block;
  width: 100%;
}

#main_content9 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

#main_content9 .overlay:hover {
  opacity: 1;

}

.img-thumbnail {
  position: relative;
}

#main_content9 .caption {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: grey;
}

#main_content9 .caption:hover {
  color: orange;
  cursor: pointer;
  font-weight: bold;
}

#main_content9 .img-thumbnail:hover {
  transform: translateY(-4px);
}

#main_content9 .divider {
  width: 10%;
  margin: 2rem auto;
  border-top: 2px solid #000;
}


#main_content3 .divider {
  width: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #000;
}

#main_content3 a {
  text-decoration-line: none;
}

#main_content3 input.form-control {
  background-color: #356a90;
  color: white;
  width: 100%;
  display: inline-block;
}

#main_content3 input.form-control:hover {
  font-weight: bold;
  color: #fff;
  background-color: #30507a;
}

#main_content3 .privacy_content {
  text-align: center;
}

#main_content3 .form-check-input {
  zoom: 1.3;
}


@media only screen and (max-width:800px) {

  #table_1 tbody,
  #table_1 tr,
  #table_1 td {
    display: block;
  }

  #table_1 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #table_1 td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
  }

  #table_1 td:before {
    content: attr(data-title);
    position: absolute;
    left: 6px;
    font-weight: bold;
  }

  #table_1 tr {
    border-bottom: 1px solid #ccc;
  }
}

#table_1 th {
  background-color: #356a90;
}


.paging>ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 30%;
  min-width: 200px;
  margin: auto;
}



#footer {
  background-color: #aa9c8e;
  color: white;

}

#footer .nav-footer a {
  font-size: 1.1rem;
}

#footer .footer-informations p {
  font-size: 1.1rem;
  font-weight: 300;
}

#footer .footer-informations .social {
  margin-top: 0.75rem;
  display: inline-block;
}

#footer .footer-informations .social img {
  width: 2.25rem;
  border-radius: 0.5rem;
}

#footer .footer-informations .copyright {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 1rem;
}


/* .footer_bar 관련사이트 */

@media screen and (min-width: 768px) {
  .footer_bar {
    width: 20%;
    float: left;
  }
}

.footer_bar {
  position: relative;
}

/* .footer_bar > p */
.footer_bar>p {
  margin: 10px 0px;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
}

/* .footer_bar > p > a  */
.footer_bar p a {
  color: white;
  border: 3px solid rgba(255, 255, 255, 0.26);
  padding: 7px 15px;
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  margin: 0;
}

/* .footer_bar ul */
.footer_bar ul {
  position: absolute;
  bottom: 10px;
  background-color: #6e6d6d;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* .footer_bar > ul > li  */
.footer_bar ul li {
  width: 100%;
  height: 38px;
  color: white;
  padding: 7px 15px;
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: list-item;
}

/* .footer_bar > ul > li > a  */
.footer_bar ul li a {
  color: white;
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}


#login {
  font-family: 'Poppins', sans-serif;
  background-color: rgb(191, 218, 234);
}

#login .content {
  margin: 8%;
  background-color: #fff;
  padding: 4rem 1rem 4rem 1rem;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

#login .signin-text {
  font-style: normal;
  font-weight: 600 !important;
}

#login .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-color: #86a4c2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  padding: 0px !important;
  color: #86a4c2;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
}

#login .form-control:focus {
  color: #86a4c2;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

#login .btn-class1 {
  border-color: #86a4c2;
  color: #86a4c2;
}

#login .btn-class1:hover {
  background-color: #86a4c2;
  color: #fff;
}

#login .btn-class2 {
  border-color: #86a4c2;
  color: #86a4c2;
}

#login .btn-class2:hover {
  background-color: #86a4c2;
  color: #fff;
}


#signup {
  font-family: 'Poppins', sans-serif;
}


#signup input:hover {
  background-color: #aec286;
  color: #fff;
}

#signup .btn-class-signup {
  border-color: #aec286;
  color: #aec286;
}

#signup .btn-class-signup-1 {
  border-color: goldenrod;
  color: goldenrod;
}

#signup .btn-class-signup-1:hover {
  border-color: goldenrod;
  color: #fff;
  background-color: goldenrod;
}

#signup .btn-class-signup-2 {
  border-color: #F7C6B1;
  color: #F7C6B1;
}

/* login.jsp */
@media screen and (max-width: 768px) {
	#signup-btn-list {
		display: flex;
		flex-direction: column;
	}
	
	#signup-btn-list .btn-class-signup-1 {
		display: inline-block;
		width: 100%;
	}
}
/* login.jsp */

#signup .btn-class-signup-2:hover {
  border-color: #F7C6B1;
  color: #fff;
  background-color: #F7C6B1;
}

#signup .form-floating-1 #floatingInput_1 {
  background-color: burlywood;
  border-color: burlywood;
  color: #fff;

}

#signup .form-floating-1 #floatingInput_1:hover {
  background-color: goldenrod;
  border-color: goldenrod;
  color: #fff;
  font-weight: bold;
}


@media (max-width: 767px) {
  #login-input {
    width: 350px;
    margin: auto;
  }

  #nav-container {
    width: 260px;
    height: 33px;
  }

  #top .divider {
    margin: 0;
  }

}


#title_image_1 {
  background-image: url('../images/subimage.png');
  opacity: 0.9;
  background-size: cover;
}

#title_image_1 h5{
  line-height: 2;
}

#title_image_2 {
  background-image: url('../images/subimage11.jpg');
  opacity: 0.85; 
  background-size: cover;
}

#title_image_2 h5{
  line-height: 2;
}

#title_image_3 {
  background-image: url('../images/contact_space.jpg');
  opacity: 0.85;
  background-size: cover; 
}

#title_image_3 h5{
  line-height: 2;
}

#title_image_4 {
  background-image: url('../images/subimage8.jpg');
  opacity: 0.85;
  background-size: cover; 
}

#title_image_4 h5{
  line-height: 2;
}

#title_image_5 {
  background-image: url('../images/subimage13.jpg');
  opacity: 0.85;
  background-size: cover; 
}

#title_image_5 h5{
  line-height: 2;
}


.main-card-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.main-card {
  margin: 30px 0px 30px 0px;
  flex-basis: 30%;
}

@media (max-width: 767px) {
  .main-card-container {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .main-card {
    flex-basis: 100%;
    margin: 20px 0px 0px 0px;
    height: 100%;
  }

  #top {
    height: 880px;
  }
}

.gonggan {
	font-family: 'Malgun Gothic';
	padding-left: 2rem;
}
.gonggan img {
	height: 300px;
}
.gonggan .line {
	width: 80%;
	margin-top: 1rem;
    margin-bottom: 2rem;
    border-top: 3px solid #7C7C7C;
}
.gonggan h1 {
	font-size: 62px;
	font-weight: 900;
	color: #D9D9D9;
	margin-left: 1rem;
}
.gonggan h3 {
	font-size: 28px;
	font-weight: 900;
	margin-left: 1rem;
	padding-bottom: 1.5rem;
}